KikuGie's Commons
Toggle table of contents
0.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
KikuGie's Commons
KikuGie's Commons
/
dev.kikugie.commons.result
/
Either
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
left
Link copied to clipboard
inline
fun
<
L
,
R
>
left
(
value
:
L
)
:
Either
<
L
,
R
>
right
Link copied to clipboard
inline
fun
<
L
,
R
>
right
(
value
:
R
)
:
Either
<
L
,
R
>